home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / global / curiouswalkto.scr < prev    next >
Encoding:
Text File  |  2002-10-21  |  168 b   |  11 lines

  1. start local.node:
  2.  
  3. if(self.health <= 0)
  4. {
  5.     end
  6. }
  7.  
  8.  
  9. self.position = "walk" // temporary to make it work
  10. exec global/moveto.scr anim/curiouswalk.scr local.node
  11.